Skip to main content

DeleteScalingRule

Description

deletes a specified scaling rule.

Request Method

POST

Request Path

/apsara/route/Ess/DeleteScalingRule

Request Parameters Common Parameters

NameLocationTypeRequiredSample valueDescription
regionIdBODYstringYesNo sample value for this parameter.region id
ScalingRuleIdBODYstringYesNo sample value for this parameter.scaling rule ID.
versionBODYstringNo2016-01-01version of api

Return data

NameTypeSample valueDescription
The specified scaling rule does not exist under this user accountinvalidscalingruleid.notfoundThe specified scaling rule does not exist.404

Example

Successful Response example

{
"The specified scaling rule does not exist under this user account":"The specified scaling rule does not exist."
}

Failed Response example

{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}

}